Closes an open alarm.
This command is available only to users with the admin role.
You can close an alarm, but cannot clear it. Only the system can clear a raised alarm.
You cannot close or acknowledge a cleared alarm until the system reopens it.
The alarm close operation is stored in the user state change list. When the user state change list is full, the oldest user state changes are overwritten.
The following example closes the alarm instance referenced by resource path with query parameters and no additional comment.
# efa system alarm close --resource “/App/System/Security/Certificate?type=app_server_cert”
The following example closes the alarm by run-time generated id with a comment.
# efa system alarm close --instance 1 --comment “Ticket 12345 has been investigated, partially resolved, and determined that the alarm can be closed.”